home *** CD-ROM | disk | FTP | other *** search
/ The Book of Tells / The Book of Tells.iso / vidgal.dir / 00244_Script_244 < prev    next >
Text File  |  1994-09-22  |  683b  |  20 lines

  1. --on exitFrame
  2. --  global movieSpriteNum,announcerOn,announcerAif,mStartTime,mStopTime,moving,audioClip,movieClip
  3. --  
  4. --  -- Need to set announcerAif from database
  5. --  set announcerAif = audioClip
  6. --  set announcerOn=TRUE
  7. --  
  8. --  set moving=FALSE
  9. --  
  10. --  -- Check this on the PC
  11. --  set the castNum of sprite movieSpriteNum to the number of cast movieClip
  12. --  updatestage
  13. --  
  14. --  if mStartTime="--" then set mStartTime = 0
  15. --  if mStopTime="--" then set mStopTime = the duration of cast (the castNum of sprite movieSpriteNum)
  16. --  
  17. --  
  18. --  set the movieTime of sprite movieSpriteNum= mStartTime
  19. --  set mStartTime = the movieTime of sprite movieSpriteNum
  20. --end